home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / mf1.zip / INSTALL.BAT next >
DOS Batch File  |  1993-03-31  |  361b  |  15 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This INSTALL will copy the screen savers to your hard disk.
  4. ECHO If you DO NOT want them on your hard disk, press Ctrl-C now!
  5. ECHO Be sure to read README.DOC included on this disk.
  6. PAUSE
  7. MD C:\MOREFUN
  8. COPY *.* C:\MOREFUN\*.* 
  9. C:
  10. CD \MOREFUN
  11. ECHO Finished copying.
  12. ECHO Type MF1 followed by a return to watch the screen savers.
  13.  
  14.  
  15.